resources spacer graphic
Frequently Asked Questions
spacer graphic
Service and Support
spacer graphic
Newsgroup
spacer graphic
other resources spacer graphic
Application and Technical notes
spacer graphic
E-mail
spacer graphic
Software
spacer graphic
White papers
spacer graphic
spacer graphic
Support site topics spacer graphic
Contact Us
spacer graphic
Service Offerings
spacer graphic
Newsgroup Forums
spacer graphic
Year 2000
spacer graphic
spacer graphic
spacer light bulb Intel Support
spacer graphic
spacer graphic Intel C/C++ Compiler Plug-in
spacer graphic
left arrow The column at the left has information to answer your questions. Select an information category and you'll see indexes of what is available.
spacer graphic
Circuit What features are available in the latest updates to the Intel C/C++ Compiler plug-in?
spacer graphic
The most recent updates allow current users of the compiler to install new features and improvements provided by the Intel C/C++ Compiler plug-in. The new features and improvements can be accessed from http://developer.intel.com/design/perftool/icl24/updates.htm
spacer graphic
Circuit I installed the Intel C/C++ Compiler plug-in. How do I invoke it from within the Microsoft Visual C++ Integrated Development Environment?
spacer graphic
Follow these steps:
  1. Open a Microsoft project (.mdp or .mak) file in Visual C++.
  2. Click on the "Tools" menu in the Developer Studio.
  3. Click "Select Compiler". The Select Compiler window opens.
  4. Click on the Intel C/C++ Compiler option.
  5. Click "OK".
spacer graphic
Circuit Is it possible to have the Intel Compiler active in both Microsoft Visual C++ Compiler 4.x* and Microsoft Visual C++ Compiler 5.0 in the same system?
spacer graphic
No. Only one of the Intel C/C++ Complier plug-in or Intel FORTRAN Compiler plug-in can be active in a single version of Microsoft Visual C++ Compiler* at any time. To switch between versions of Microsoft Visual C++ Compiler, it is necessary to uninstall the Intel C/C++ Compiler plug-in(not simply deleting it) then re-install it selecting the different version of Microsoft Visual C++ Compiler on the "Select Microsoft Compiler" screen during Intel C/C++ Compiler plug-in installation.
spacer graphic
Circuit How do I produce code that targets a particular processor?
spacer graphic
To target a binary application to run on a specific processor, use the -Gn option to optimize for that processor:

-GBChoose GB when the binary application must run on a variety of Intel processors. This type blends optimization for performance across the entire Intel family of processors. The GB option is ON by default.
-G5 Choose G5 when the binary application runs on the Pentium® processor.
-G6 Choose G6 when the binary application runs on the Pentium Pro or Pentium II processors
Note: The -G target processor options and other optimization options are described in detail in the "Optimizations" chapter of the Intel C/C++ Compiler User's Guide for Win32 Systems.

spacer graphic
Circuit Can I compile my application with a mix of the Intel C/C++ Compiler plug-in and the Microsoft Visual C++ Compiler?
spacer graphic
Yes, the Intel C/C++ Compiler plug-in allows this through use of the _USE_INTEL_COMPILER and _USE_NON_INTEL_COMPILER macros. These macros are documented in the release notes.

 
 
spacer graphic  
 
To top of page
spacer graphic
* Legal Information © 1998 Intel Corporation